ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / IItemsSource<T> Interface / BatchEditActionUrl Property

In This Topic
    BatchEditActionUrl Property (IItemsSource<T>)
    In This Topic
    Gets and sets the url of batch edit action.
    Syntax
    'Declaration
     
    Property BatchEditActionUrl As String
    string BatchEditActionUrl {get; set;}
    See Also